home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
util
/
gnu
/
oleo_src.lha
/
src
/
popen.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-07-27
|
133b
|
8 lines
/*
** popen.h -- prototypes for pipe functions
*/
#if !defined(FILE)
#include <stdio.h>
#endif
extern FILE *popen( char *, char * );